cursorLeft
sop4618_SSourcesop4618_ScursorLeft
Description Source Call Graph
Start Line: 182
void sop4618_S::cursorLeft(uint8_t count=1)
{
  if(count > m_Cols)
    return; 
  cursorMove('D', count);
}